home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Master / Multimedia Master CD-ROM.iso / menu / whatsnew.211 < prev   
Encoding:
Text File  |  1994-06-28  |  1007 b   |  23 lines

  1.  
  2.      What's new in ADMast Menu version 2.11              6-29-94
  3.  
  4.      . Now uses the environment variable TEMP to point to a place
  5.        to create all its temporary files.  If the TEMP variable is
  6.        not present, the temporary files will be created in the current
  7.        directory.  In order for the TEMP variable to work properly,
  8.        place the following in your AUTOEXEC.BAT file:
  9.  
  10.                 SET TEMP=C:\TEMP
  11.  
  12.        The disk and directory after the equal (=) symbol can be any
  13.        valid location on your computer which is always available.
  14.  
  15.        For Novell network users, the directory must have write access
  16.        to the user.  The directory must be available even when the
  17.        network is "down", or the menu system will not work.
  18.  
  19.        The TEMP variable may also point to a RAMDRIVE in memory.
  20.        If it does, your SET should be TEMP=E: or whatever drive
  21.        letter is assigned to the RAMDRIVE.  Do not include the
  22.        trailing backslash (\).
  23.